Learn R Programming

gmp (version 0.5-13)

Relational Operator: Relational Operators

Description

Binary operators which allow the comparison of values in atomic vectors.

Usage

"sign"(x) "=="(e1, e2) "<" (e1,="" e2)="" "="">="(e1, e2)

Arguments

x, e1, e2
R object (vector or matrix-like) of class "bigz".

See Also

mod.bigz for arithmetic operators.

Examples

Run this code
  x <- as.bigz(8000)
  x ^ 300 < 2 ^x

  sign(as.bigz(-3:3))
  sign(as.bigq(-2:2, 7))

Run the code above in your browser using DataLab